home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr43 / cpt115.zip / CPT-STAT.DOC < prev    next >
Text File  |  1995-02-24  |  2KB  |  47 lines

  1.  
  2.                      Documentation for CPT-Stat, v1.15
  3.             See CPT.DOC for usage information about CPT itself.
  4.  
  5.  
  6. CPT-Stat produces statistics from a CPT Database.  The statistics may be
  7. sorted by one or more of four different fields, each of which may be in
  8. either ascending or descending order.
  9.  
  10. Prefacing a sort field with a hyphen (-) selects descending order.
  11.  
  12. Usage: CPT-Stat <CPT file> <sort order(s) [see below]>
  13.  
  14.     name     = sort by first name, ascending (A to Z)
  15.    -name     = sort by first name, descending (Z to A)
  16.     sent     = sort by messages sent, ascending (fewest messages at top)
  17.    -sent     = sort by messages sent, descending (most messages at top)
  18.     oldest   = sort by oldest message, ascending (new people at end)
  19.    -oldest   = sort by oldest message, descending (new people at top)
  20.     newest   = sort by newest message, ascending (current posters at end)
  21.    -newest   = sort by newest message, descending (current posters at top)
  22.  
  23. Example:  CPT-Stat cnf_100.dat -sent
  24. Example:  CPT-Stat 67.mem -sent name
  25.  
  26. Notes:
  27.  
  28.   1) The output file name for CPT-Stat is the same as the input file,
  29.      but the extension is changed to ".STT".
  30.  
  31.   2) If "-sent" is selected as the highest priority sort order, then the
  32.      participants will also be given a ranking number, indicating their
  33.      standing, from most messages to fewest messages.
  34.  
  35.   3) If you want to rank by multiple fields, just put multiple sort order
  36.      parameters on the command line, in the order of highest to lowest
  37.      priority.  If you want the participants sorted primarily by oldest and
  38.      secondarily by name, then use:
  39.  
  40.           CPT-Stat 123.mem oldest name
  41.  
  42.  
  43. Sample output:
  44.  
  45.  See CNF246.STT for a sample of program output.
  46.  
  47.